home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
instools
/
prelude.zip
/
INSTALL.SCR
< prev
next >
Wrap
Text File
|
1994-02-19
|
2KB
|
73 lines
* example installation script
*
PACKAGE PRELUDE 1.0
*
TEXT
PRELUDE is a simple but good looking generic
installation utility. It gives your users a
professional first impression of your products.
PRELUDE is made with our LINGUA package, which
makes it's interface independent of (human) language.
ENDTEXT
*
TEXT X
PRELUDE will now, as an example, install itself.
If you don't want to continue, choose Quit.
ENDTEXT
*
MEMORY 512
*
DESTINATION EXEC C:\PRELUDE 300 Prelude programs
DESTINATION DOCS C:\PRELUDE\DOC 100 Prelude documentation
DESTINATION LING C:\LINGUA 100 Lingua package
*
VOLUME PRELUDE Prelude diskette
*
COPY $SOURCE\PRELUDE.DOC $DOCS
COPY $SOURCE\REGISTER.TXT $DOCS
COPY $SOURCE\PRELUDE.EXE $EXEC
COPY $SOURCE\TESTFIL.EXE $EXEC
COPY $SOURCE\INSTALL.EXE $EXEC
COPY $SOURCE\TINSTALL.EXE $EXEC
COPY $SOURCE\WINSTALL.EXE $EXEC
COPY $SOURCE\INSTALL.SCR $DOCS
COPY $SOURCE\INSTALL.FIL $EXEC
COPY $SOURCE\INSTALL.TXT $DOCS
COPY $SOURCE\INSTALL.ETF $EXEC
COPY $SOURCE\OEM2ISO.EXE $EXEC
COPY $SOURCE\LINGUA13.EXE $LING
*
EXIST $LING\LINGUA13.EXE
IF 0 noLingua
CHDIR $LING
RUN IO $LING\LINGUA13.EXE
:noLingua
*
DONE
*
DISPLAY $DOCS\prelude.doc
*
EXIST $LING\lingua.doc
IF 0 continue
QUESTION Would you also like to read the LINGUA documentation now?
IF 0 continue
DISPLAY $LING\lingua.doc
:continue
*
TEXT
The installation of PRELUDE is now complete.
We hope you will like it, we've enjoyed making it.
A registered full version is available from:
SichemSoft VoF
Roghorst 160
6708 KS Wageningen
Netherlands
Print the file REGISTER.TXT for your order.
Have a nice day!
ENDTEXT
*